Harness Plugin Store Optimized:dsh-plugin-hub 0.1.6 的定制优化版
`dsh-plugin-store-optimized` 是 DSH web 插件商店 `dsh-plugin-hub` 0.1.6 的社区定制优化版,旨在解决安装链路中的痛点并修复上游 Bug。其核心功能包括:支持在设置中配置插件下载目录,默认保留在 `<DSH_HOME>/plugins`;安装前自动检测 Bundle 层入口 ID 冲突,防止插件树崩溃;当 `pnpm` 不在 PATH 中时自动回退至 Harness 本地 Shim,确保安装成功;准确提示需重启 DSH 才能生效,并在启用超时时透传真实错误原因。此外,该版本完善了 scoped 包支持,并修复了 YAML 卸载误判、补丁
Read Moredsh-workshop: Adding a Local Plugin Store to the DSH Web UI
dsh-workshop is a Steam-style plugin marketplace integrated into the DeepSeek Harness Web UI, designed to address the issues of scattered community plugins, inconsistent installation sources, and unstable GitHub access. It provides a "Workshop" entry in the sidebar, offering browsing of 850+ plugins, category filtering, and bilingual descriptions in both Chinese and English. Core capabilities include one-click installation with npm as the primary source and automatic fallback to GitHub sources, built-in mirror speed testing across 7 mirrors to accelerate downloads, and safety mechanisms such as a TUI plugin blacklist, installation pre-checks, artifact verification, and automatic rollback. Additionally, it supports unified management and updates for installed plugins. Users require a Node.js 18.17+ environment and can use the tool by adding plugins via the command line and restarting the service. This tool is positioned as a local development aid, providing basic security
Read Moredsh-plugin-store: Install and manage dsh-plugin ecosystem plugins within the DSH plugin page
dsh-plugin-store is the plugin store for DeepSeek Harness, designed to centralize the management of DSH plugins that are scattered across GitHub. Integrated into the "Settings → Plugins" page of DSH, this tool offers features for browsing plugins, real-time searching, multidimensional filtering (such as by category, tag, and author), and sorting. Its core capabilities include one-click installation, uninstallation, and update detection. It supports automatically handling dependencies and writing them to the profile bundle via `pnpm add`, while also allowing manual installation of packages or subdirectories with specific formats. Installation, uninstallation, and update operations only modify the configuration, requiring a restart of DSH to take effect. The tool supports configuring a `GITHUB_TOKEN` to enhance API rate limits and performs update detection based on the `pushed_at` field. It is suitable for users who need to frequently manage plugins.
Read MoreBrowse and one-click install plugins in DeepSeek Harness with dsh-store
dsh-store is a DeepSeek Harness Web plugin store maintained by huguangyu666 under the MIT License, with the current npm version 0.5.2. It aggregates data from the npm registry, curated awesome-dsh-plugin collections, GitHub stars and radar verification, filters out noise based on the `dsh` field in package.json, supports one-click installation and uninstallation via the official `dsh plugin add/remove` commands, and also allows disabling, updating plugins and accessing `/plugin-install`. The installation command for the catalog page is `dsh plugin add github:huguangyu666/dsh-store`. Neither the community catalog nor this plugin is an official DeepSeek store; please check the source code and license before installation.
Read More